dispatcher
fun dispatcher(dispatcher: CoroutineDispatcher ): AppConfiguration.Builder
Content copied to clipboard
The dispatcher used to execute internal tasks; most notably remote HTTP requests.
Return
the Builder instance used.
The dispatcher used to execute internal tasks; most notably remote HTTP requests.
the Builder instance used.